From d9cfe497972c8e084b959cb73d1bb13db993af94 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 10 Jun 2002 08:14:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d72757c99e3..b18554ad752 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,15 @@ 2002-06-10 Miles Bader + Make comint use text properties for highlighting instead of overlays: + * comint.el (comint-last-output-overlay): Variable removed. + (comint-send-input, comint-output-filter): Use text properties + instead of overlays. + (comint-insert-clicked-input): Rewrite to work with text + properties as well as overlays + (comint-snapshot-last-prompt): Snapshot using text properties. + (comint-get-old-input-default, comint-extract-string): Don't copy + text properties. + * simple.el (line-move-finish): Inhibit field motion when computing `line-end'. -- 2.30.2